home *** CD-ROM | disk | FTP | other *** search
/ Aminet 44 / Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso / Aminet / util / libs / MMULib.lha / MMULib / MMULib.readme < prev    next >
Text File  |  2001-03-27  |  6KB  |  152 lines

  1. Short:    Library to ctrl the MC68K MMUs
  2. Uploader: thor@math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@math.tu-berlin.de (Thomas Richter)
  4. Type:     util/libs
  5. Requires: Os 2.04, a 68020/68851, 68030, 68040 or 68060 with a working MMU
  6. Version:  42.6
  7.  
  8. -----------------------------------------------------------------------------
  9.  
  10. News flash:    New VMM aware 68060.library included now.
  11.  
  12. -----------------------------------------------------------------------------
  13.  
  14. NOTE:    The developer information went now into the "MuManual" archive, this
  15.     is the "user only" distribution.
  16.  
  17. -----------------------------------------------------------------------------
  18.  
  19. Purpose and goal of this library:
  20.  
  21. The mmu.library is a basis for MMU (memory management) related functions the 
  22. MC68K family can perform. Up to now certain hacks are available that program 
  23. the MMU themselves (Enforcer,CyberGuard,GuardianAngle,SetCPU,Shapeshifter,
  24. VMM,GigaMem...). 
  25. It's therefore not unexpected that these tools conflict with each other.
  26. There's up to now no Os support for the MMU at all - the gap this mmu.library
  27. fills.
  28.  
  29. The goal is to provide a basis of functions to address and program the MMU in
  30. a hardware independent, Os friendly fashion. Hence, the new version of the
  31. Enforcer, called MuForce, will work together with virtual memory, and others.
  32.  
  33. The mmu.library is also the basis for a virtual memory project, the 
  34. memory.library. Even though the mmu.library does not provide virtual memory
  35. itself, it builds the basics to allow an easy implementation and to avoid the
  36. hacks required by other implementations so far.
  37.  
  38. ------------------------------------------------------------------------------
  39.  
  40. Release 42.6
  41. ---------------
  42.  
  43.     - mmu.library: Fixed some very rare problems on access errors of
  44.       pre-decrement movems for both the 68040 and the 68060.
  45.     - MuMove4k: The PREPAREEMUL (without the A1200 switch) option was
  46.       broken and might have caused crashes on a reboot. MuMove4K 
  47.       installs now itself into MEMF_KICK and no longer MEMF_CHIP. If
  48.       this causes problems on your machine, try the INCHIPMEM option.
  49.     - MuFastZero: If ExecBase was remapped by means of the FastExec
  50.       option, installation of reset-proof programs behind MuFastZero
  51.       failed since these programs installed only into the non-resident
  52.       copy of ExecBase. MuFastZero includes now a patch to SumKickData()
  53.       which will avoid this problems.
  54.     - MuForce: MuForce installed an interrupt handler directly into
  55.       the autovector base which is not very system friendly. Fixed by
  56.       using the official interrupt handler. If MuForce crashes on exit,
  57.       disable your favourite "SaferPatches" clone and either avoid these
  58.       tools, or get "TRSaferPatches.lha" from Aminet.
  59.     - MuGuardianAngel: Supports now some not yet available memory pool
  60.       enhancement patches.
  61.     - P5Init: Fixed a potentially dangerous unaligned CopyMemQuick().
  62.     - A new MuLib based, tested and VMM aware 68060.library is now
  63.       available.
  64.     - Included a new tool, MuProtectModules. This will write-protect
  65.       resident modules loaded by "LoadModule". (See Aminet).
  66.     - MuEVD: Forgot an ATC table flush, result might have been partial
  67.       display gliches caused by erraneously dropped refresh cycles.
  68.  
  69. ------------------------------------------------------------------------------
  70.  
  71.                          The THOR-Software Licence (v2, 24th June 1998)
  72.  
  73.  
  74. This License applies to the computer programs known as the "mmu.library" 
  75. and its sources. The "Program", below, refers to such program. The
  76. "Archive" refers to the package of distribution, as prepared by the author
  77. of the Program, Thomas Richter. Each licensee is addressed as "you".
  78.  
  79.  
  80.  
  81. The Program and the data in the archive are freely distributable
  82. under the restrictions stated below, but are also Copyright (c)
  83. Thomas Richter.
  84.  
  85. Distribution of the Program, the Archive and the data in the Archive by a
  86. commercial organization without written permission from the author to any
  87. third party is prohibited if any payment is made in connection with such
  88. distribution, whether directly (as in payment for a copy of the Program) or
  89. indirectly (as in payment for some service related to the Program, or
  90. payment for some product or service that includes a copy of the Program
  91. "without charge"; these are only examples, and not an exhaustive enumeration
  92. of prohibited activities).
  93.  
  94.  
  95. However, the following methods of distribution
  96. involving payment shall not in and of themselves be a violation of this
  97. restriction:
  98.  
  99.  
  100. (i) Posting the Program on a public access information storage and
  101. retrieval service for which a fee is received for retrieving information
  102. (such as an on-line service), provided that the fee is not
  103. content-dependent (i.e., the fee would be the same for retrieving the same
  104. volume of information consisting of random data).
  105.  
  106.  
  107. (ii) Distributing the Program on a CD-ROM, provided that
  108.  
  109. a) the Archive is reproduced entirely and verbatim on such CD-ROM, including
  110. especially this licence agreement;
  111.  
  112. b) the CD-ROM is made available to the public for a nominal fee only,
  113.  
  114. c) a copy of the CD is made available to the author for free except for
  115. shipment costs, and
  116.  
  117. d) provided further that all information on such CD-ROM is redistributable
  118. for non-commercial purposes without charge.
  119.  
  120.  
  121. Redistribution of a modified version of the Archive, the Program or the
  122. contents of the Archive is prohibited in any way, by any organization,
  123. regardless whether commercial or non-commercial. Everything must be kept
  124. together, in original and unmodified form.
  125.  
  126.  
  127.  
  128.  
  129. Limitations.
  130.  
  131.  
  132. THE PROGRAM IS PROVIDED TO YOU "AS IS", WITHOUT WARRANTY. THERE IS NO
  133. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  134. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  135. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  136. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  137. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  138. SERVICING, REPAIR OR CORRECTION.
  139.  
  140.  
  141. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE THE PROGRAM, THE ARCHIVE
  142. AND ALL DATA OF THIS ARCHIVE FROM YOUR STORAGE SYSTEM. YOU ACCEPT THIS
  143. LICENCE BY USING OR REDISTRIBUTING THE PROGRAM.
  144.  
  145.  
  146.                                                         Thomas Richter
  147.  
  148. -----------------------------------------------------------------------------
  149.  
  150. So long,
  151.     Thomas            (March 2001)
  152.